Micron Document
🌎 rns.kin.earth git 🌍

Node / dev / reticulum / commits / 2b9fdae

Commit 2b9fdae74be61fffe465fc2bbbb4113ca4e10d9b


Parents : 7506caa
Author : Mark Qvist <bc7291552be7a58f361522990465165c>
Date : 2026-05-17T12:49:53+02:00

Fixed typo

Changes

1 files changed, 1 insertions(+), 1 deletions(-)


Diff

diff --git a/RNS/Utilities/rngit/server.py b/RNS/Utilities/rngit/server.py
index f4efde86..57caad35 100644
--- a/RNS/Utilities/rngit/server.py
+++ b/RNS/Utilities/rngit/server.py
@@ -4116,7 +4116,7 @@ internal = rw:9710b86ba12c42d1d8f30f74fe509286
# repository is in a folder called "my_project.git", create
# a "my_project.allowed" file next to it. This file must
# contain a permission statement on each line in the form of
-# "r=IDENTITY_HASH", "w=IDENTITY_HASH" or "rw=IDENTITY_HASH".
+# "r:IDENTITY_HASH", "w:IDENTITY_HASH" or "r:IDENTITY_HASH".
# Instead of IDENTITY_HASH, you can also use "all" or "none".
#
# You can also make the allow-files executable, and have them

Served by rngit 1.5.0 - Generated in 0.05s